[ToC] [Up] [Back] [Next] ... [Book Plug] |
The Information Commons .................... Introduction to HTML |
<APPLET CODE="Blink.class" WIDTH=300 HEIGHT=100> <PARAM NAME="organs" VALUE="String 23"> <PARAM NAME="pk3" VALUE="3.221"> <PARAM NAME="speed" VALUE="4"> </APPLET>
Here CODE gives the name of the application to run, WIDTH and HEIGHT give the space needed by it (in pixels) and PARAM elements, within APPLET, contain paramaters to be passed to the applet -- note the similarity to FORMS.
For more information on Java an applets see the SUN Java site.
NOTE
The APPLET element is likely to be replaced by a more generic embedding element.
[ToC] [Up] [Back] [Next] ... [Book Plug] | .................... Introduction to HTML |
© Ian Graham 1994-1996 | Page Last Updated: 2 January 1996 |